﻿2026-01-05T01:33:32.7217520Z ##[group]Run cd "$RUNNER_TEMP"
2026-01-05T01:33:32.7217900Z [36;1mcd "$RUNNER_TEMP"[0m
2026-01-05T01:33:32.7218340Z [36;1mecho "Checking architecture of bundled executables..."[0m
2026-01-05T01:33:32.7219460Z [36;1mpython -c "import aqequil; from aqequil.AqSpeciation import _get_bundled_exe_path; import os; bin_path = _get_bundled_exe_path(); print(f'Binary path: {bin_path}'); import subprocess; result = subprocess.run(['file', os.path.join(bin_path, 'eqpt')], capture_output=True, text=True); print(result.stdout)"[0m
2026-01-05T01:33:32.7269010Z shell: /bin/bash --noprofile --norc -e -o pipefail {0}
2026-01-05T01:33:32.7269370Z env:
2026-01-05T01:33:32.7269680Z   pythonLocation: /Users/runner/hostedtoolcache/Python/3.13.11/arm64
2026-01-05T01:33:32.7270210Z   PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.13.11/arm64/lib/pkgconfig
2026-01-05T01:33:32.7270820Z   Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.13.11/arm64
2026-01-05T01:33:32.7271300Z   Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.13.11/arm64
2026-01-05T01:33:32.7271950Z   Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.13.11/arm64
2026-01-05T01:33:32.7277480Z ##[endgroup]
2026-01-05T01:33:32.7780140Z Checking architecture of bundled executables...
2026-01-05T01:33:39.3664900Z Matplotlib is building the font cache; this may take a moment.
2026-01-05T01:33:46.0024350Z Binary path: /Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/aqequil/bin
2026-01-05T01:33:46.0025540Z /Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/aqequil/bin/eqpt: Mach-O 64-bit executable arm64
2026-01-05T01:33:46.0026140Z 
